home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Demo / MacToPic Plus 8.8.0 Demo.sea / MacToPic +™ Demo / Plus sample programs / HOST-TO-MAC.PROGRAM < prev    next >
Text File  |  1990-11-09  |  363b  |  12 lines

  1. *  HOST-TO-MAC PROGRAM
  2. *  Opens the data transfer window and inserts the command
  3. *  to start the transfer (LIST-CUSTOMERS.5)
  4. *  user must hit the tab key to accept the command
  5. *
  6. *  HOST-TO-MAC  PROGRAM sample written by Rich Love, Carnation Software 1990
  7. *  for use with MacToPic Plus
  8. *
  9. PRINT @(-1)
  10. PRINT CHAR(27):"~G":"LIST-CUSTOMERS.5";   *HOST TO MAC XFER
  11. END
  12.